Projects

Custom Unix Shell

A Unix shell implementation in C, supporting job control, pipes, and more.

Tue Apr 01 2025 00:00:00 GMT+0000 (Coordinated Universal Time)

The Custom Unix Shell project is a full-featured shell written in C, designed to mimic the behavior of standard Unix shells. It supports job control, pipes, redirections, and built-in commands.

  • Implemented process management and job control.
  • Supported piping, redirections, and environment variable expansion.
  • Developed robust error handling and signal management.